home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jigsaw Pinups
/
Jigsaw Pinups.iso
/
insthd.bat
< prev
next >
Wrap
DOS Batch File
|
1994-01-28
|
436b
|
20 lines
@echo off
cls
if %1. == . GOTO incomplete
xcopy *.* %1 /S
GOTO end
:incomplete
ECHO
ECHO Specify destination drive (and path)
ECHO example: [PINUPS D:] or [PINUPS D:games\]
ECHO
GOTO quit
:end
cls
ECHO
ECHO Insert next disk and repeat until last disk
ECHO is installed, then select drive (and path)
ECHO and type PINUPS.
ECHO
:quit